home *** CD-ROM | disk | FTP | other *** search
/ NBC Slam Jams! / NBC Slam Jams!.iso / xtras / media_la / fx_set_1.fxm / 00066_Script_Cancel Button < prev    next >
Text File  |  1998-01-20  |  228b  |  11 lines

  1. on mouseDown
  2.   global fxAddWin
  3.   if buttonHandler() then
  4.     if the frameLabel = "Add MIAW" then
  5.       if objectP(fxAddWin) then AddWindowCancel(fxAddWin,TRUE)
  6.       
  7.     else
  8.       Cancel(TRUE)
  9.     end if
  10.   end if
  11. end